![]() |
AOMedia AV1 Codec
|
The GOP structure information determined by the encoder. 250 is MAX_STATIC_GF_GROUP_LENGTH defined in av1/firstpass.h. This is a subset of GF_GROUP. More fields can be added if needed. More...
#include <aomcx.h>
Data Fields | |
| int | gop_size |
| int | coding_index [250] |
| int | display_index [250] |
| int | layer_depth [250] |
The GOP structure information determined by the encoder. 250 is MAX_STATIC_GF_GROUP_LENGTH defined in av1/firstpass.h. This is a subset of GF_GROUP. More fields can be added if needed.
| int aom_gop_info::gop_size |
The number of frames of this GOP
| int aom_gop_info::coding_index[250] |
The coding index for each entry in the gop
| int aom_gop_info::display_index[250] |
The display index for each entry in the gop
| int aom_gop_info::layer_depth[250] |
The layer depth for each entry in the gop